projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa0d51
)
tests: do not run tests/test-rollsum as part of make check
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Fri, 13 Feb 2015 10:50:37 +0000
(11:50 +0100)
committer
Colin Walters
<walters@verbum.org>
Sat, 21 Feb 2015 22:19:20 +0000
(17:19 -0500)
it is not really a unit test.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Conflicts:
Makefile-tests.am
Makefile-tests.am
patch
|
blob
|
history
diff --git
a/Makefile-tests.am
b/Makefile-tests.am
index 82df821d7ae0a5d594320b76159877aadc5a4eb3..3f6f2dea8dfa231b341f41a8d12b6dfa1929fce5 100644
(file)
--- a/
Makefile-tests.am
+++ b/
Makefile-tests.am
@@
-117,4
+117,4
@@
tests_test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c
tests_test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
tests_test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
-TESTS = tests/test-
rollsum tests/test-
varint tests/test-ot-unix-utils
+TESTS = tests/test-varint tests/test-ot-unix-utils